home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- set ParLa to the frame
- if the doubleClick then
- set Ex to the member of sprite 1
- Kill()
- set the blend of sprite 2 to 100
- set the member of sprite 2 to Ex
- puppetSprite(2, 1)
- set the height of sprite 2 to 480
- set the width of sprite 2 to 640
- set the locH of sprite 2 to 320
- set the locV of sprite 2 to 240
- updateStage()
- puppetSound("CLICLIC.AIF", 2)
- set ParLa to "Slimy Movements"
- puppetSprite(1, 1)
- end if
- go(ParLa)
- end
-